home *** CD-ROM | disk | FTP | other *** search
- HorizontalSplitView = {
- OUTLETS = {
- rightView;
- leftView;
- dimple;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- LayoutBrowser = {
- ACTIONS = {
- addNote:;
- changeDefault:;
- loadNote:;
- openLayout:;
- duplicate:;
- removeLayout:;
- changeName:;
- };
- OUTLETS = {
- window;
- masterManager;
- database;
- horzSplitView;
- scrollText;
- layoutsMatrix;
- layoutsScroll;
- openMatrix;
- defaultMatrix;
- };
- SUPERCLASS = Object;
- };
-